From: Keir Fraser Date: Sat, 16 Apr 2011 19:12:05 +0000 (+0100) Subject: x86_32: Fix the build. X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=a1c488f0e99fb0fdae6c80c440b9ecc0c3aa1735;p=xen.git x86_32: Fix the build. Signed-off-by: Keir Fraser --- diff --git a/xen/arch/x86/hvm/svm/svm.c b/xen/arch/x86/hvm/svm/svm.c index b924c1e46f..59c021b8f9 100644 --- a/xen/arch/x86/hvm/svm/svm.c +++ b/xen/arch/x86/hvm/svm/svm.c @@ -1908,7 +1908,7 @@ asmlinkage void svm_vmexit_handler(struct cpu_user_regs *regs) break; case VMEXIT_INVLPGA: - svm_invlpga_intercept(v, regs->rax, regs->ecx); + svm_invlpga_intercept(v, regs->eax, regs->ecx); break; case VMEXIT_VMMCALL: